body {
  font-family: "Gasoek One", sans-serif;
  font-weight: 400;
  font-style: normal;
 
  background-color: deepskyblue;
  word-break: keep-all;
  font-size: 36px;
}
  *{
    font-weight: 400;
    }

  .title{
    text-align: center;
    color: orange;
    font-size: 120px;
    text-shadow: 
    -5px 0px black, 0px 10px black, 5px 0px black, 0px -5px black;
  }

  .heart{
    text-align: center;
  }

  .back :link, :visited{
    color: orange;
  }

  .back:hover{
    color:gold;
  }